Welcome![Sign In][Sign Up]
Location:
Search - capture screen

Search list

[Video CaptureAMCap_src

Description: 万能摄像头视频捕获软件。支持Directx9.0,兼容大多数摄像头,可以捕捉动态视频图像,静态图像及电视调谐器等,支持多显示器、全屏、菜单栏的隐藏和 VMR9 等功能。带源代码,绝对好用 -Omnipotent camera video capture software. Support Directx9.0, compatible with most cameras, you can capture motion video images, still images and the TV tuner and so on, support multi-displays, full-screen, menu bar hidden and VMR9 functions. With source code, the absolute ease of use
Platform: | Size: 133120 | Author: | Hits:

[Video Capturecsharep

Description: 屏幕录制原码(C#) 屏幕录制原码(C#)屏幕录制原码(C#)-Screen recording source (C#) Screen to record the original code (C#) Screen to record the original code (C#)
Platform: | Size: 274432 | Author: 善源 | Hits:

[Video CaptureScreenCapture

Description: 朴捉桌面,正在运行的进程,是学习屏幕采集的大好机会-Park to catch the desktop, is running the process is learning a great opportunity to capture the screen
Platform: | Size: 27648 | Author: warfee | Hits:

[GDI-Bitmapaaa

Description: 当前屏幕捕捉, 未压缩avi文件分解成bmp文件-Current screen capture, avi uncompressed file into bmp file
Platform: | Size: 3765248 | Author: myname | Hits:

[Special Effectszhaotu

Description: 自己做的一个屏幕捕捉的软件,可以捕捉全屏、窗口和子窗口,可以保存到文件中-Their own to do a screen capture software, you can capture full screen, window and sub-window can be saved to a file
Platform: | Size: 268288 | Author: 王先生 | Hits:

[Internet-NetworkVx_AntiVirus

Description: 实现了屏幕截取,压缩,转换的代码,可以参考-Realize a screen capture, compression, conversion code, can refer to
Platform: | Size: 840704 | Author: jjflsjdfs | Hits:

[Special Effects2007ZDH2007LW00006171

Description: 屏幕捕捉的程序源代码,编译运行通过了,很好用的-Screen capture program source code, compiled to run through a good used
Platform: | Size: 100352 | Author: niuniu | Hits:

[GUI Developgrubpicturetool

Description: 用vb实现抓取屏幕图像,类似与QQ之类的一种图片抓取工具-Realize using vb capture screen images, similar to QQ like a picture crawlers
Platform: | Size: 6144 | Author: hg | Hits:

[Windows DevelopGlob1.6()_ct

Description: 一个利用屏幕截图的方法,实现对屏幕上的动态图像进行实时捕捉、放大,并进行增强处理,可以用于小图像视频的辅助观察和调焦等-A screenshot of the methods use to achieve on-screen real-time dynamic image capture, zoom and enhance the treatment, can be used for small images of video-assisted observation and focus, etc.
Platform: | Size: 892928 | Author: 张智 | Hits:

[GDI-Bitmapcapvidscrn_demo

Description: This article describes a "trick" on how to capture video screen shots, regardless of the source (file, Webcast stream, TV-input). -This article describes a trick on how to capture video screen shots, regardless of the source (file, Webcast stream, TV-input).
Platform: | Size: 21504 | Author: ljm | Hits:

[GDI-Bitmapscreen_cap

Description: 抓取屏幕的例子,通过截取系统屏幕反应出来。对抓屏的理解很有帮助意义-Capture screen example, through the interception of the system reflected the screen. Screenshots helpful for understanding the meaning of
Platform: | Size: 134144 | Author: 花博 | Hits:

[Remote ControlremoteControl

Description: 远程桌面源码 主要思路就是先将远程桌面捕获,再发回本地,在对话框中显示出来,将本地鼠标和盘键输入,变成命令,发到远程主机执行,以模拟出鼠标和键盘的操作,再将远程桌面捕获,再发回本地,在对话框中显示出来. 包括服务端程序SreenServer,客户端程序SreenClient, 1.先运行服务端点开始,(最好在一个虚拟机上运行) 2.再运行客户端,点连接, 点得到屏幕,点控制,就可以对远程桌面进行操作了. 3.有问题请发email:vccodefan@126.com 要更复杂的vc实例可访问我的个人页www.mwsoft.net.cn-The main idea of source Remote Desktop Remote Desktop is the first capture, and then back to local, in the dialog box is displayed, the local mouse and disk key input into the command, sent to the remote host, to simulate the mouse and keyboard operation, and then Remote Desktop Capture, and then back to local, in the dialog box is displayed. including service client procedures SreenServer, client program SreenClient, 1. first began running service endpoints, (preferably in a virtual machine running) 2. re-running the client, point of connection, point to be the screen, point of control for Remote Desktop can operate a .3. have problems please send an email: vccodefan@126.com to more complex examples vc visit my personal page www . mwsoft.net.cn
Platform: | Size: 173056 | Author: asdasd | Hits:

[DirextXScreenCapDx

Description: 用DreictX进行抓屏是很简单的,DirectX提供了很优雅的实现。 每个DirectX程序都包含一个被我们称作缓冲的内存区域,其中保存了和该程序有关的显存内容,这在程序中被称作后台缓冲(Back Buffer),有些程序有不止一个的后台缓冲。还有一个缓冲,在默认情况下每个程序都可以访问-前台缓冲。前台缓冲保存了和桌面相关的显存内容,实质上就是屏幕图像。 我们的程序通过访问前台缓冲就可以捕捉到当前屏幕的内容。由DirectX的底层优化机制做保证,我们的抓屏效率是很高的,至少比GDI方式高。 -DreictX carried out with screenshots is very simple, DirectX provides a very elegant implementation. Each contains a DirectX program was what we call the buffer memory region, which is preserved and the procedures related to memory content, which in the procedure, known as the background buffer (Back Buffer), some programs have more than one of the background buffer . There is also a buffer, by default, each program can access- front buffer. Front buffer to preserve the memory and desktop-related content, in essence, is the screen image. Our procedures by visiting the front buffer can capture the current screen content. From the bottom of DirectX optimized mechanism that we are screenshots of the efficiency is very high, at least way more than a high GDI.
Platform: | Size: 80896 | Author: xuxiang | Hits:

[Graph RecognizewinCap_src

Description: codeguru.com里面的屏幕抓图源代码,能找到正在运行的程序,进行整屏抓图-codeguru.com screen shot inside the source code, to find a running program, to carry out the entire screen capture
Platform: | Size: 225280 | Author: fxy | Hits:

[GDI-BitmapWndToBmpFile

Description: 国外网站下载的屏幕抓图程序,VC编写,有源代码-Abroad website screen capture program, VC preparation, active code
Platform: | Size: 131072 | Author: fxy | Hits:

[OS programdesktopcapture

Description: 桌面间谍工具,电子邮件主题的画面给你 一段时间后我需要捕捉某电脑桌面,以便找出该用户是每天都做。 所以,我提出的。 NET 2.0 Winforms应用该停留在系统托盘(可选) ,捕捉在特定的台式机的时间间隔(比如每隔60秒) ,并通过电子邮件发送图像的捕获我作为邮件附件(比如每30分钟) 。 它确保捕捉小不够,内嵌的HTML电子邮件,使我并不需要打开数百个附件,并看到画面。我可以阅读电子邮件和查看捕获了。 -Desktop spyware tools, e-mail pictures to your theme for some time I need to capture a certain computers desktop in order to identify the user is doing every day. Therefore, I proposed. NET 2.0 Winforms application of the stay in the system tray (optional), to capture the desktop in a specific time interval (eg every 60 seconds), and through e-mail the captured images as e-mail attachments (such as every 30 minutes) . It ensures that the capture of small enough, embedded in HTML e-mail, so I do not need to open hundreds of attachments, and to see the screen. I can read e-mail and view the captured.
Platform: | Size: 41984 | Author: mm | Hits:

[Remote ControlScreenSpy

Description: 一个屏幕捕获并以UDP传输并以UDP传输的控件,屏幕颜色可以设置为8位、16位、24位、32位。安装这个控件即可轻松做出客户端/服务器模式的远程屏幕传输程序。-A screen capture and transmission to UDP and UDP transmission control, the screen color can be set to 8, 16, 24, 32. Install the controls can easily make a client/server mode of transmission of the remote screen procedures.
Platform: | Size: 14336 | Author: 刘环其 | Hits:

[Picture Viewervc_photo

Description: 捕捉屏幕图像,支持全屏指定区窗口捕捉 VC源码-系统控制-Capture screen images, support full-screen window to capture the designated area VC source- System Control
Platform: | Size: 91136 | Author: deng | Hits:

[Multimedia Developcapture

Description: 一个屏幕抓图程序,很好用的,希望大家能够喜欢.仅供参考!-A screen capture program, very good use, and hope that we can love. For reference purposes only!
Platform: | Size: 4078592 | Author: zhujian | Hits:

[GDI-Bitmapcatch

Description: 这是一个使用visual basic编写的用于抓取屏幕的程序-This is a use of visual basic capture screen to prepare for the procedure
Platform: | Size: 13312 | Author: eularchen | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

CodeBus www.codebus.net